home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / sc3x02.zip / MAPPATH.DOC < prev    next >
Text File  |  1993-03-01  |  1KB  |  33 lines

  1.  
  2.  
  3.  
  4.  
  5.                      MapDirectoryNumberToPath
  6.  
  7.     This call returns the path of the specified VolumeNumber and
  8.     DirectoryEntryNumber combination.   The path returned will be
  9.     a NetWare-Style path, NOT a DOS-Style path.  That means the
  10.     path will be broken up into segments seperated by a length
  11.     descriptor, not a slash.   A call to GetVolumeName will also
  12.     be required to obtain the name of the volume.                           
  13.  
  14.     Function 23 (17h)
  15.  
  16.     Request Buffer
  17.  
  18.         Offset   Request Packet Contents        Bytes    Remarks
  19.         ------   ---------------------------    -----    -------
  20.         0        Sub-function Structure Len     2        Length of Request 
  21.         2        243 (F3h)                      1
  22.         3        Volume Number                  1
  23.         4        Directory Entry Number         4
  24.         8        Name Space Type                1
  25.  
  26.     Reply Buffer
  27.  
  28.         Offset   Request Packet Contents        Bytes    Remarks
  29.         ------   ---------------------------    -----    -------
  30.         0        DirectoryPathLength            1
  31.         1        DirectoryPath                  255      
  32.                
  33.